Skip to content

fix(deps): update module go.datum.net/datumctl to v0.16.0#14

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go.datum.net-datumctl-0.x
Open

fix(deps): update module go.datum.net/datumctl to v0.16.0#14
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go.datum.net-datumctl-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
go.datum.net/datumctl v0.15.0v0.16.0 age confidence

Release Notes

datum-cloud/datumctl (go.datum.net/datumctl)

v0.16.0

Compare Source

The plugin system just got its ecosystem. In v0.15.0 you could install plugins from a single Datum-operated catalog. Now anyone — a community author, an open-source project, or an enterprise platform team — can publish their own catalog, and you can register, search, browse, and install across all of them through the same commands you already know. The curated datum catalog stays the trusted, zero-configuration default, so nothing changes if you never add one.


New: register third-party catalogs (datumctl plugin index) (#​224)

Plugins can now come from more than one place. Add a community or internal catalog with a single command — and an explicit one-time trust decision so you always know what you're opting into.

datumctl plugin index add acme https://plugins.acme.example/index.yaml
datumctl plugin index list
New: search and install across every catalog (#​224)

search and install now span every registered catalog at once, with clear official vs. third-party badges wherever a plugin appears — provenance is never ambiguous. Pin a specific release from any catalog when you need to.

datumctl plugin search dns
datumctl plugin install dns
New: interactive marketplace browser (datumctl plugin browse) (#​224)

Prefer to explore? datumctl plugin browse opens an interactive view across all catalogs, each result clearly badged by source.

For enterprises (#​224)

Private internal catalogs are first-class. A new datumctl plugin validate command lets authors check a manifest before publishing, and allow-list guardrails let platform teams scope which publishers are permitted — down to individual GitHub owners or repositories — with the policy re-enforced continuously, not just at the moment a catalog is added.

[!NOTE]
Third-party plugins run with your Datum credentials, so provenance, the one-time trust decision, and credential handling all got a careful security pass. The curated datum catalog remains the trusted, zero-setup default.

Docs
  • Homebrew install note — the install guide now includes the brew trust step needed by newer Homebrew versions (#​215).

Full Changelog: datum-cloud/datumctl@v0.15.2...v0.16.0

v0.15.2

Compare Source

What's Changed

  • feat: add --exec-interactive-mode to auth update-kubeconfig by @​ecv in #​221

New Contributors

Full Changelog: datum-cloud/datumctl@v0.15.1...v0.15.2

v0.15.1

Compare Source

What's Changed

New Contributors

Full Changelog: datum-cloud/datumctl@v0.15.0...v0.15.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner June 24, 2026 18:37
@renovate

renovate Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.52.0 -> v0.55.0
golang.org/x/sys v0.44.0 -> v0.46.0
golang.org/x/term v0.43.0 -> v0.44.0
golang.org/x/text v0.35.0 -> v0.37.0
golang.org/x/tools v0.43.0 -> v0.44.0

@renovate renovate Bot requested a review from aflor024 June 24, 2026 18:37
@renovate renovate Bot force-pushed the renovate/go.datum.net-datumctl-0.x branch from c51724c to 9f4349f Compare July 2, 2026 02:59
@renovate renovate Bot changed the title fix(deps): update module go.datum.net/datumctl to v0.15.2 fix(deps): update module go.datum.net/datumctl to v0.16.0 Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants